func github.com/andybalholm/brotli.decodeDistanceBlockSwitchInternal

3 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L1211: func decodeDistanceBlockSwitchInternal(safe int, s *Reader) bool {
		decode.go#L1222: 	decodeDistanceBlockSwitchInternal(0, s)
		decode.go#L1226: 	return decodeDistanceBlockSwitchInternal(1, s)